projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
95f9c8a
)
reftests: Fix label-sizing test
author
Benjamin Otte
<otte@redhat.com>
Fri, 29 Mar 2019 06:55:52 +0000
(07:55 +0100)
committer
Benjamin Otte
<otte@redhat.com>
Fri, 29 Mar 2019 08:56:52 +0000
(09:56 +0100)
Set border, padding and margin to 0, not just padding.
testsuite/reftests/label-sizing.css
patch
|
blob
|
history
diff --git
a/testsuite/reftests/label-sizing.css
b/testsuite/reftests/label-sizing.css
index 809b68e17f43aac69ae05e2d0e217014aae734de..4e9dad62add4e51361b23c958ff6b4792c0e55b3 100644
(file)
--- a/
testsuite/reftests/label-sizing.css
+++ b/
testsuite/reftests/label-sizing.css
@@
-1,6
+1,8
@@
* {
font: 12px Monospace;
padding: 0;
+ border: none;
+ margin: 0;
}
GtkPaned label {